Skip to content

Use awk to check "dd" version number in eepflash.sh#157

Merged
pelwell merged 1 commit intoraspberrypi:masterfrom
burtyb:burtyb-1
Mar 18, 2026
Merged

Use awk to check "dd" version number in eepflash.sh#157
pelwell merged 1 commit intoraspberrypi:masterfrom
burtyb:burtyb-1

Conversation

@burtyb
Copy link
Contributor

@burtyb burtyb commented Dec 20, 2025

status=progress is supported from dd version 8.24, eepflash.sh is stripping the decimals from the version number and comparing it to 824 which doesn't work when the version number is 9.1 (Bookworm) or 9.7 (Trixie).

This patch uses awk (already used elsewhere in the script) to compare the version numbers as floats.

@pelwell pelwell merged commit 9081108 into raspberrypi:master Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants